home *** CD-ROM | disk | FTP | other *** search
- #pragma once
-
- #include <Types.h>
-
- void UInt32ToHexBytes(UInt32 number, unsigned char *bytes);
- void UInt32ToHexString(UInt32 number, Str255 theString);
- void UnsignedWideToHexString(const UnsignedWide &number, Str255 theString);
- void UInt32ToFourByte(UInt32 number, Str255 theString);
-